Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add no_insert_include flag for tonic/serde #13

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

titanous
Copy link
Contributor

This works around the fact that protoc does not support insertions
across multiple executions, which will cause the error:

Tried to insert into file that doesn't exist

Closes #10

This works around the fact that protoc does not support insertions
across multiple executions, which will cause the error:

    "Tried to insert into file that doesn't exist"

Closes neoeinstein#10
@neoeinstein
Copy link
Owner

This looks good. I'm going to shorten the option to no_include and add a little bit of documentation for properly running a chained build with protoc, then get it merged.

@neoeinstein neoeinstein merged commit 4648793 into neoeinstein:main Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[protoc-gen-tonic] Minimal.rs: Tried to insert into file that doesn't exist.
2 participants